Skip to content

(C++ DP Laplace noise) Avoid sampling with probability 0 for speed-up#424

Closed
copybara-service[bot] wants to merge 1 commit into
mainfrom
test_915891057
Closed

(C++ DP Laplace noise) Avoid sampling with probability 0 for speed-up#424
copybara-service[bot] wants to merge 1 commit into
mainfrom
test_915891057

Conversation

@copybara-service

Copy link
Copy Markdown
Contributor

(C++ DP Laplace noise) Avoid sampling with probability 0 for speed-up

Before: for Geometric noise we sample 63 bits
Now: we sample only bits that have non-zero probability to be 1

Before: for Geometric noise we sample 63 bits
Now: we sample only bits that have non-zero probability to be 1
PiperOrigin-RevId: 915891057
@google-cla

google-cla Bot commented May 15, 2026

Copy link
Copy Markdown

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

@copybara-service copybara-service Bot closed this Jun 1, 2026
@copybara-service copybara-service Bot deleted the test_915891057 branch June 1, 2026 01:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants